home *** CD-ROM | disk | FTP | other *** search
/ Net Connect / NetConnect - Version 1.iso / programs / amtelnet / amtelnet.changes < prev    next >
Text File  |  1996-11-26  |  11KB  |  280 lines

  1.  
  2.                AmTelnet - The AmigaOS Telnet Client
  3.                ====================================
  4.  
  5.                Copyright © 1996 by Mathias Mischler
  6.                     (merlin@sixpack.pfalz.de)
  7.  
  8.                        All Rights Reserved
  9.  
  10.  
  11.              Bugreports to amtelnet@vapor.com please
  12.                      (AmTelnet Mailinglist)
  13.  
  14.  
  15.       FTP Support Site: wade1.ab.umd.edu /support/AmTelnet
  16.         WWW Support Site: http://www.vapor.com/AmTelnet/
  17.  
  18.  
  19.              Support Mailinglist: amtelnet@vapor.com
  20.  (send a ADD in body to subscribe to amtelnet-request@vapor.com)
  21.  
  22.  
  23. Changes:
  24. --------
  25.  
  26. v0.46 (07.08.96) - alpha
  27.  
  28.       o Cursor Bug removed.
  29.       o Added forgotten [ESC]M sequence to scroll down.
  30.       o InputHandler rewritten.
  31.       o Added internal Debug System.
  32.       o On connection all display and cursor attributes are set back
  33.         to a normal value.
  34.       o NAWS will be send on a IAC DO NAWS command
  35.         (same default sizes are 80x25 other 80x24).
  36.       o Unvisual pixels shoudn't be trashed any more.
  37.       o ScrollDown now also takes care of ScrollWindowSize.
  38.         ([ESC][<yb><ye>r)
  39.       o Added menucheck for Full Size Window.
  40.         When selected AmTelnet only displays the terminal object.
  41.       o Added menuitem for Open / Close Connection.
  42.         When selected you can Open / Close a connection.
  43.       o Internal cleanup.
  44.       o New Menu Entry: Initialize Terminal
  45.         (Resets Styles, Clears Screen and sets Cursor to 1 ; 1,
  46.         Frees all unused allocated memory by Scrollback-Buffer)
  47.       o New Menu Entry: Save Host List
  48.       o New Menu Entry: Save Window Contents (Plain / With Style)
  49.       o Socket is now asynchronous.
  50.       o Size for Scrollback-Buffer is dynamic allocated.
  51.       o Window Size is shown in Window Title-Bar.
  52.  
  53. v0.50 (13.08.96) - alpha
  54.  
  55.       o VT-100 Insert Mode now build in.
  56.       o New Menu Entry: 8-Bit Mode.
  57.         Sends CSI instead of [ESC][-Combination.
  58.       o New Menu Entry: Carriage Return as CR/LF.
  59.         Sends LineFeed instead of Cariage Return.
  60.       o Graphics Mode is now emulated by some ISO characters.
  61.       o [ESC]D now insertes correct.
  62.  
  63. v0.53 (16.08.96) - alpha
  64.  
  65.       o Iconify problem solved.
  66.       o Some changes on ESC-sequences.
  67.       o While Debug is "on" ( Amiga+"d" or Menu ) ALL output is
  68.         written into "T:amtelnet.log".
  69.         If you want to report bugs, send me that file complete
  70.         please. ( Input e.g. Passwords aren't content of that file )
  71.  
  72.       o New Menu Entry: Check Output Speed.
  73.         A little speed checker will be started, to check your
  74.         scrolling and plain output speed. The result is reported in
  75.         secondes.
  76.  
  77. v0.55 (17.08.96) - alpha
  78.  
  79.       o New Menu Entry: Swap Backspace & Delete.
  80.       o New Menu Entry: Get New AmTelnet Version.
  81.         This menu entry is only visable, if it was possible to
  82.         localize AmFTP. If it is selected it starts a AmFTP
  83.         connection to ftp.vapor.com in the AmTelnet support
  84.         directory.
  85.  
  86. v0.56 (18.08.96) - alpha
  87.     
  88.       o New Menu Entry: Open New Window
  89.         (Opens another AmTelnet Window.)
  90.       o New Menu Entry: Reset Size (80x25).
  91.         (Sets Term Window back to default 80x25 Window Size)
  92.       o New Menu Entry: Emulation
  93.         You can select Emulation like in Gadget Bar, but with
  94.         Keyboard now.
  95.  
  96. v0.57 (20.08.96) - alpha
  97.  
  98.       o Refreshing and Scrolling is clean now.
  99.         (Removed black pixels)
  100.       o Total cleanup. Needs less memory.
  101.       o Checking of output-speed is more reliable :-)
  102.       o ESC Sequences typed lokal will also be calculated and
  103.         printed out correct. 
  104.       o Lokal Echo will also show difference between 7 and 8 Bit Mode
  105.         and between Normal and Application Mode now
  106.         (when connection is established).
  107.       o Function Keys transfer a sequence betweeen CSI 0~ und CSI 9~
  108.         (will be converted in dependence of 7/8-Bit and Normal/
  109.         Application-Mode).
  110.       o Calculated new and nicer about-ANSI-Sequence (animation.txt).
  111.         (If you don't want to see it, just delete the file.)
  112.  
  113. v0.58 (21.08.96) - alpha
  114.  
  115.       o LineFeed is only LineFeed again.
  116.       o New Menu Entry: Linefeed as Carriage Return/Linefeed.
  117.         (Linefeed alone jumps in next line, and sets cursor to left
  118.         position)
  119.       o Fixed some ESC Sequences.
  120.  
  121. v0.59 (21.08.96) - alpha
  122.  
  123.       o Fixed some ESC Sequences.
  124.       o Set ESC Sequences to understand some amzing ANSI-BBS codes.
  125.       o All Delete/Insert operations work in Scrollregion.
  126.       o Speeded up setting of Colours and Styles.
  127.       o When Window Close Key is ESC on startup (MUI Default) it will
  128.         be removed. So ESC is available as normal Input Key for Terminal
  129.         Applications.
  130.  
  131. v0.60 (22.08.96) - alpha
  132.  
  133.       o CTRL-N / CTRLO ( SI / SO ) is parsed correct and charset is
  134.         changed.
  135.         (SO uses charset G1, SI uses charset G0. Charsets are defined
  136.         with ESC-Sequences [ESC]( for setting G0, [ESC]) for setting
  137.         G1. 0 = Standart Graphics Set, A = UK Charset, B = US 
  138.         Charset.
  139.       o String acknowledge on server string gadget automatic starts
  140.         connection to host.
  141.       o Double clicking on server history entry starts connection.
  142.       o New tooltype TERMINAL. Values can be ANSI, VT100, TTY, yet.
  143.         (Example: "run AmTelnet TERMINAL=VT100 airport.in-berlin.de")
  144.       o Removed frame around Terminal class.
  145.       o ESC Sequence is aborted on CTRL-X / CTRL-Z (CAN).
  146.       o Lokal Echo echoes same as sent over connection, neither if
  147.         connection is established or not.
  148.       o Incoming CSI is parsed as [ESC][.
  149.       o Fixed some ESC-Sequences.
  150.       o Some Cleanups.
  151.  
  152. v0.61 (23.08.96) - alpha
  153.  
  154.       o Default Window Close key is now CTRL-\ (like in an Amiga
  155.         Shell)
  156.       o Decreased spacings in window.
  157.         (Terminal takes full windowsize to draw, like an Amiga Shell)
  158.       o New tooltypes WIDTH/HIGHT, to set initial terminal size.
  159.         (Example: "run AmTelnet WIDTH=132 HEIGTH=50")
  160.       o Fixed some ESC-Sequences ( [ESC]D/E/M ).
  161.       o Inserted VT100 double width support ( [ESC]#3/5 ).
  162.       o New Menu Entry: Character Wrap.
  163.         (When activated, a newline is forced, when printed line is
  164.         full (Default))
  165.       o Fixed a spacing bug in layout.
  166.       o [ESC]#8 is now supported.
  167.  
  168. v0.62 (28.08.96) - alpha
  169.  
  170.       o Fixed cursor bug at end of line.
  171.       o Scrollup with bottom status bar also scrolls in buffer.
  172.       o Fixed bug with style settings while drawing.
  173.       o Created virtual ,,81st'' character to avoid empty lines on
  174.         lines with full width, followed by a linefeed.
  175.       o Amiga-T was used two times. Save plain Window Contents is
  176.         now Amiga-J.
  177.       o Cursor is now always visible.
  178.       o The window is cleared when a new connection starts.
  179.  
  180. v0.63 (31.08.96) - alpha
  181.  
  182.       o New option: Jumpscroll.
  183.         It is like option in KCon. When a scrollup is needed, there
  184.         will be scrolled 5 lines at once. This spares a lot of
  185.         blitting time and makes scrolling much faster.
  186.       o Internal cleanup to create a seperate TerminalClass in
  187.         future. All I/O is passed through methods of the Custom
  188.         Class.
  189.       o Some layout changes on about window.
  190.       o Term.mcc is a seperated custom class now.
  191.         Install in MUI:Libs/MUI/Term.mcc.
  192.         When you want to use the Custom Class for your own projects,
  193.         please contact me.
  194.  
  195. v0.64 (10.09.96) - alpha
  196.  
  197.       o Implemented rlogin authentification (rfc 1282).
  198.       o New menu item, Iconify.
  199.       o Changed some hotkeys to become style guide conform.
  200.       o Emulation settings of menu and cycle gadget are the some now.
  201.       o Fixed some bugs.
  202.       o Implemented select contents in Term.mcc.
  203.       o Implemented copy of selected contents to clipboard.
  204.       o Cursorstyle can be switched to underlined cursor, instead of
  205.         block cursor.
  206.         Take a look at menu entry "Cursor Underlined".
  207.       o Terminal emulation selected in menu is always identical to
  208.         terminal emulation selected from cyclegadget.
  209.  
  210. v0.67 (25.09.96) - alpha
  211.  
  212.       o Implemented ZModem, using xprzmodem.library.
  213.         AmTerm won't supply serial-only features to xpr-interface,
  214.         so not every xpr-library works, but xprzmodem.library 2.56
  215.         from Olaf Barthel works fine.
  216.         (Download in most cases with "sz -e <filename(s)>")
  217.  
  218. v0.68 (28.09.96) - alpha
  219.  
  220.       o Settings can be saved now. See menu settings.
  221.       o Paste implemented in Term.mcc and AmTelnet.
  222.       o xprxmodem.library can also be used for transfer, if it is
  223.         available in your library directory.
  224.  
  225. v0.69 (29.09.96) - beta
  226.  
  227.       o User can define function keys
  228.       o Transfer path can be changed.
  229.  
  230. v0.70 (29.09.96) - beta
  231.  
  232.       o Fixed a nasty bug with neogation.
  233.  
  234. v0.71 (03.10.96) - beta
  235.  
  236.       o Some bugfixes.
  237.       o Chat bar included.
  238.       o Autologin included. String gadgets for login and password
  239.         can be found in window to edit hosts.
  240.  
  241. v0.72 (30.10.96) - beta
  242.  
  243.       o Username and password can be send manually.
  244.       o Removed a potential bug... BOOL != ULONG :)
  245.  
  246. v0.73 (14.11.96) - beta
  247.  
  248.       o Added history for chat string
  249.       o Some fixes on xpr interface
  250.       o Lots of little changes i can't remember
  251.  
  252. v0.74 (25.11.96) - beta
  253.  
  254.       o The name of the application icon in iconified state is the
  255.         name of the current telnet host. When you're not connected
  256.         the name of the application icon is still `AmTelnet'.
  257.       o The setting of the switch "Full size window" can be saved
  258.         now.
  259.       o You can paste text from any file into the telnet connection,
  260.         without copying it into the clipboard. Just select "Paste
  261.         from file..." from the menu bar "Edit" and choose a file to
  262.         paste from.
  263.       o Inserted new ANSI 16 colours mode to terminal emulations.
  264.         (only works with Term.mcc versions greater than 18.1)
  265.  
  266.  
  267.  Information about bug reports:
  268.  
  269.  It helps a lot, when i can follow a reported bug. Therefore
  270.  AmTelnet supports some debugging features.
  271.  So, when YOU want to report a bug, please send me description of
  272.  that bug, a short introduction in your hard- and software
  273.  configuration, and full debug log, from start of connection until
  274.  position the bug appears.
  275.  If it is a visible bug it is also useful to get a style copy of last
  276.  visual terminal contents.
  277.  To get debug log, switch on "Debug" from menu "Settings".
  278.  To get a style copy of visual terminal contents select "Save Window
  279.  Contents with Style" from menu "Edit".
  280.